Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
MySQL
1) Aggregate Functions
2) Backup Load
3) Command Mysql
4) Cursor
5) Data Type
6) Database
7) Date Time
8) Engine
9) Event
10) Flow Control
11) Fulltext Search
12) Function
13) Geometric
14) Insert Delete Update
15) Internationalization
16) Join
17) Key
18) Math
19) Procedure Function
20) Regular Expression
21) Select Clause
22) String
23) Table Index
24) Transaction
25) Trigger
26) User Permission
27) View
28) Where Clause
29) XML
Join
1) A basic join
2) A LEFT JOIN and a regular join
3) A RIGHT JOIN that produces the same results
4) Addition of a WHERE clause for table join
5) Addition of the LEFT keyword to each join definition
6) Calculating Differences Between Successive Rows
7) Compare date type value during table join
8) Concatenate string
9) Convert subqueries to JOINs
10) Count joined table
11) Create the same report using the JOIN function in the following command
12) Creating a temporary table to hold the maximum price, and then joining it with the other tables
13) Creating Full Joins
14) Creating Inner Joins and Cross Joins
15) Creating Left Joins
16) Creating Natural Joins
17) Creating Right Joins
18) Creating Straight Joins
19) Creating the table list with LEFT JOIN and then forming the linking connection with ON
20) CROSS JOIN in MySQL
21) CROSS JOIN in update command
22) Delete command
23) Delete records from two tables using JOIN
24) Delete records with JOIN
25) Delete with INNER JOIN
26) Delete with JOIN 3
27) Determine which senders sent themselves a message is to use a self-join
28) Display each part number, name and price
29) Display game code, name, price and vendor name for each game in the two joined tables
30) Display the all members of staff in the same department as Tony West
31) Eliminating Duplicates from a Self-Join Result
32) Finding Rows in One Table That Match Rows in Another
33) Finding Rows with No Match in Another Table
34) Get the number of each player who joined the club after 1980 and is resident in Stratford; order the result by
35) Get the player number, the sex, and the name of each player who joined the club after 1980
36) Identify records from author table that corresponds to the author name, use its a_id value to find matching re
37) If the current database is database1 or database2, you can dispense with some of the qualifiers
38) If the current database is database2, no database2 qualifiers are necessary
39) INNER JOIN in MySQL
40) Inner join and Delete
41) Inner join syntax
42) Inner Joins
43) Inner joins 2
44) JOIN three tables with alias name
45) JOIN three tables with conditions
46) JOIN two tables in update command
47) JOIN two tables with alias name
48) JOIN two tables with conditions and order
49) JOINs Across Three or More Tables
50) JOINs Across Two Tables
51) JOINs Across Two Tables with link id
52) Join more than two tables together
53) Join on syntax
54) Join than order
55) Join the states table to the book table to map state abbreviations to full names
56) Join three table together
57) Join three tables
58) Join two tables with char type columns
59) Join two tables with condition
60) Join two tables with shared columns values
61) Join with another database
62) Join with Integer type column
63) Joining Columns with CONCAT
64) LEFT JOIN tables
65) Left Joins (Left Outer Joins)
66) Left outer join
67) Left outer join syntax
68) Left outer join then order
69) Left outer join with subquery
70) Left outer join with using clause
71) LINESTRING type column
72) List each author from the author table, and whether or not you have any books by the author
73) NATURAL JOIN in MySQL
74) Natural join syntax
75) Natural Joins and the USING Keyword
76) Outer join then inner join
77) Performing a Join Between Tables in Different Databases
78) Performing a LEFT JOIN on just the customer and sales tables
79) Pick a single row from the full join
80) Produce the same results by using a USING clause to qualify the join
81) PSEUDONYMS FOR TABLE NAMES
82) Qualify an inner or full join by specifying a condition in the WHERE clause
83) Qualify column name with table name during the table join
84) Qualify the column name with table name
85) Qualify the column name with table name and database name
86) Qualify the table name with database name
87) Query data from two tables
88) Query data from two tables 2
89) Query from a inner join query
90) Query from left outer join
91) Replacing the ON clause with the USING clause for Left Join
92) Retrieve the overall summary into another table, then join that with the original table
93) Return the first names and surnames of both the sales rep and the customer, as well as the value of the sale
94) Rewriting Sub-selects as Joins
95) Right Joins (Right Outer Joins)
96) Right outer join syntax
97) Select distinct column value during table join
98) Select distinct column values in table join
99) Select other columns from rows containing a minimum or maximum value is to use a join
100) Select the maximum population value into a temporary table, Then join the temporary table to the original one
101) Self join
102) Shorten the output column list to include only columns from the author table
103) Shows the daily and cumulative precipitation for each day
104) Simple Join two tables
105) Simple table join
106) Specify the necessary join conditions in an ON or USING clause
107) Table joins and where clause
108) Table order in a LEFT JOIN is important
109) Tests a different column in the book table to find the initial set of records to be joined with the author tab
110) The most expensive book per author
111) The self-join can be extended to display the number of days elapsed at each date
112) The summary is written to a temporary table, which then is joined to the cat_mailing table to produce the reco
113) Three tables join together
114) To calculate cumulative distance in kilometers at each stage, use a self-join
115) To display the author names, join the result with the author table
116) To display the authors by name rather than ID, join the book table to the author table
117) To force each category to be displayed, use a reference table and a LEFT JOIN
118) To list each author record, whether or not there are any book records for it, use a LEFT JOIN
119) To qualify the inner or cross join, you can use the ON or USING clause rather than the WHERE clause
120) To return all the sales reps who have not yet made a sale
121) Two LEFT JOIN
122) Two LEFT JOIN in select command
123) Two NATURAL JOIN in select command
124) Two RIGHT JOIN in select command
125) Use a left join to link more than two tables
126) Use the basic join syntax and you specify the STRAIGHT_JOIN table option in the SELECT clause
127) USING command in LEFT JOIN
128) Using a Join to Control Query Output Order
129) Using a Join to Create a Lookup Table from Descriptive Labels
130) Using a Join to Fill in Holes in a List
131) Using function in where clause during table joining
132) Using information in the book table to find information in the author table
133) Using key word USING, in which the common linking field is specified
134) Using More Than one Table
135) Using string function, JOIN tables with conditions
136) Using table alias in table join
137) Using table alias to qualify column name
138) Using table alias to qualify column name when column names exist
139) Using temp table during table join
140) Using the using join delete Alternative to Delete Data